home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 November / macformat-030.iso / Shareware City / Utilities / DeAL! 1.1.1 folder / Read me! 1.1.1 < prev   
Encoding:
Text File  |  1995-08-08  |  5.0 KB  |  116 lines  |  [ttro/ttxt]

  1. DeAL!
  2. Disk'em all!
  3. Drag and Drop utility to combine files and folders to floppy-disks.
  4.  
  5. The story so far ...
  6. After starting downloading files from the Internet,
  7. I had a lot of files on my small HD and soon ran out of disk-space.
  8. So I put the unused archives on floppy-disks.
  9. Hundreds of files later, I got tired of manually fit them on diskettes.
  10. So the idea of this little application came up.
  11.  
  12. How does it work?
  13. When you drop a number of files and or folders on DeAL!, they are combined
  14. to folders of the selectable size of a disk . The folders are created
  15. in the same directory as the files dropped on DeAL!. If a file is too big to fit on
  16. a disk, it is moved in a folder called "too big!".
  17. The number of files processed is currently limited to 1000 (one thousand).
  18. (Have you ever selected more than a thousand files in the finder?)
  19. Don't worry about dropping more than a thousand files on DeAL!,
  20. the rest above will not be processed and stays where it came from.
  21.  
  22. How to use
  23. Just drop some files or folders on DeAL!.
  24. In the dialog you can select the disksize (1440k, 800k, Other ...)
  25. When you select 'Other', a new dialog comes up in which you can enter a byte size.
  26. When you check 'Walk folders', every folder is processed recursively for files
  27. instead of being moved at a whole.
  28.  
  29. Disclaimer
  30. This is a quick and dirty hack, this is also my first C program ever.
  31. Don't worry about your files. (Never listen to someone who tells you Don't worry)
  32. They are just moved in another folder. So there should be no data loss at all.
  33.  
  34. Use at your own risk!
  35. This is Freeware!
  36. I take no responsibility for any damage caused by this application.
  37.  
  38. Credits
  39. DeAL! is based on DropShell.
  40. So thanks go out to Leonard Rosenthol, Marshall Clow and Stephan Somogyi.
  41. Also thanks to the people who gave me feedback on DeAL.
  42.  
  43. Version history
  44. 1.0    This is the first release.
  45.        FAT-binary. I have no PPC, so the PPC-code is not tested.
  46.        Feel free to give me a PPC.
  47.  
  48. 1.0.1  Now you can drop folders on DeAL!
  49.        The Icon has also been updated to reflect the new feature.
  50.        (You may have to rebuild your desktop to see the new one)
  51.  
  52. 1.0.2  Changed the behaviour of DeAL!
  53.         It no longer put files in already existing folders, so that
  54.         you no longer get folders > 1.4MB. Instead it will fill up the
  55.         existing ones and continues with subsequent new ones.
  56.        Changed the disksize to 1447000 bytes.
  57.  
  58. 1.0.3  Changed the disksize back to 1440000 bytes.
  59.         Some people had trouble with the new disksize, so I changed it
  60.         back to the old value.
  61.  
  62. 1.1    Now you can select different sizes in the startup-dialog.
  63.         (1440k=1448448 bytes, 800k=803328 bytes, Other...)
  64.         The predefined sizes are the number of free bytes on a newly
  65.         formatted disk.
  66.        Now you no longer encounter these 'additional needed' errors.
  67.         DeAL! now takes the block allocation in account while
  68.         calculating the sizes. The block-size is 512 bytes.
  69.         DeAL! will not function properly on disks that have a greater
  70.         block-size.
  71.         Beware: You could encounter 'Disk full' errors during copying a DeALt         
  72.                 folder to a disk, due to the catalog-trees on HFS-disks.
  73.                 I had these errors only on 800k disks with many files.
  74.                 This happens because the OS sometimes needs to create
  75.                 an additional catalog-tree on the disk, which takes
  76.                 about 6k on 800k disks. 
  77.                 1440k disks have a larger initial tree-size, so it should
  78.                 not happen there.
  79.                 I will take a look at this when I have nothing else to do.
  80.                 My current thought on this is, that I just will lower the
  81.                 predefined 800k size.
  82.        Now you can 'Walk folders'.
  83.         The folders are processed recursively.
  84.         Notice: Empty folders are not deleted
  85.                 you must trash the empty folders by hand.
  86.  
  87. 1.1.1  Now the Blocksize is selectable from 512 to 10240 bytes
  88.         But only for the custom size. The blocksize of the predefined
  89.         disksizes is 512 bytes.
  90.         I hope you know the blocksize of your disks.
  91.         If you really need a larger blocksize, add it yourself:
  92.          Take ResEdit or a similar utility.
  93.          Edit MENU-resource 131, add a new menu item.
  94.          Remember that you need to do that in steps.
  95.          If you want to add a 11264 size, you have to add
  96.          a 10752 and a 11264 item (in that order).
  97.        Now copy&paste is supported for entering the custom size.
  98.  
  99.        When entering the custom size be beware of selecting no size
  100.        >2147483647. If you enter a greater size you may get a incorrect
  101.        size. You can check that by selecting 'Other ...' again.
  102.  
  103.  
  104.  
  105.  
  106. This is Freeware! There are no fees for using this software.
  107. But if you are a shareware author, feel free to give me a registration of your product
  108. or to write a better version of this application.
  109.  
  110. Send comments, suggestions, bug-reports etc. to
  111. tessar00@marvin.informatik.uni-dortmund.de
  112.  
  113.  
  114. DeAL!
  115. Disk'em ALL!
  116. © 1995 by Martin Tessarek